home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
cpp_libs
/
varia
/
silo.lha
/
silo
/
Sim.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-08-08
|
379b
|
23 lines
/* $Author: ecsv38 $ $Date: 90/08/21 14:46:32 $ $Revision: 1.1 $ */
/* (c) S. Manoharan sam@lfcs.edinburgh.ac.uk */
#ifndef Sim_H
#define Sim_H
#include <std.h>
#include <stream.h>
#include "Debug.h"
#include "Event.h"
#include "Entity.h"
#include "Resource.h"
#include "Bin.h"
Event *cause ( void );
short cancel ( const int eid );
double simtime ( void );
#endif Sim_H